[IMP] account_accountant_ux, l10n_ar_account_reports: implement annual closing checks and adjust earnings allocation order#993
Open
jue-adhoc wants to merge 1 commit intoingadhoc:19.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Este PR mejora el flujo de cierre anual en account.return, incorporando chequeos específicos para Argentina y ajustando el orden de los pasos para que la asignación de resultados (earnings allocation) quede ubicada correctamente al final.
Changes:
- Se agregan chequeos de cierre anual para AR (cheques de terceros diferidos y asiento de ajuste por inflación) y se insertan antes de
earnings_allocation. - Se fuerza en
account_accountant_uxque el pasoearnings_allocationquede siempre como último. - Se registra el nuevo override en el
__init__.pydel móduloaccount_accountant_ux.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| l10n_ar_account_reports/models/account_return.py | Añade checks de cierre anual específicos AR y los inserta antes de earnings_allocation. |
| account_accountant_ux/models/account_return.py | Reordena la suite para mover earnings_allocation al final de la lista. |
| account_accountant_ux/models/init.py | Importa el nuevo archivo account_return para activar el override. |
731f166 to
02ebba8
Compare
…l closing checks and adjust earnings allocation order
02ebba8 to
7341c12
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Agregamos los wizards de Ajuste por inflación y Cheques a fecha en la lista de checks de cierre. Además, movemos los checks de "earnings allocations" al final de la lista.